PORTFOLIO


Midterm Lab Task 2: HTML Lists and Tables


Instructions/Requirements:

1. Create a new html document. Save the file as Exer2List.html
2. Using Ordered and Unordered list, do the sample content below:

UNORDERED and ORDERED LISTS

  1. Item 3
    1. Hello
    2. Hi
    3. Goodbye
  2. Item 4
    1. Hello
    2. Hi
    3. Goodbye

    HTML Tables

    1. Create a new html document. Save the file as Exer3Table.html
    2. Using Table tags, do the sample layout below:

    Merging Table
    A B C G
    D
    E F
    H

    Source Code